home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / BORL_TIP / TI100 / TI238.ASC < prev    next >
Text File  |  1991-09-11  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 238
  10.   VERSION : 3.01x
  11.        OS : MS-DOS
  12.      DATE : March 13, 1986                               PAGE : 1/3
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This  patch  automatically  responds   to   the   "Include  Error
  19.   Messages?"  prompt and proceeds to either  load  or  exclude  the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.   ERROR MESSAGES NOTE: The new  version of TINST lets you designate
  24.   the  path to the error messages in the event they are stored in a
  25.   directory other than the  one  active at the time Turbo Pascal is
  26.   loaded.  Patches  for three different  implementations  of  Turbo
  27.   Pascal  are  listed  below.  Be  sure  you  are using  the  patch
  28.   applicable to the file you wish to modify.
  29.  
  30.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  31.   copy  of  your  original  .COM  file.  Copy  DEBUG.COM  into  the
  32.   directory  (or  onto  the diskette) where your  working  copy  of
  33.   information  exactly  as  it  appears.  (Conclude  each  line  by
  34.   pressing <Enter>.)
  35.  
  36.  
  37.   Note:
  38.   1.   DEBUG  is  not  sensitive  to  upper  and  lower  case.  All
  39.        addresses are listed in upper case for ease of  readability.
  40.  
  41.   2.   While in DEBUG, the prompt will appear as a dash (-).
  42.  
  43.  
  44.   3.   If you do not receive the appropriate response,    press "q"
  45.        followed by <Return>,  to  quit.  Check your version numbers
  46.        and, if correct, try  again.
  47.  
  48.   TURBO.COM - "YES" - MESSAGES INCLUDED
  49.  
  50.        YOU TYPE                              THIS APPEARS
  51.  
  52.        DEBUG TURBO.COM<ENTER>                 -
  53.        e2C40                                  XXXX:2C40 E8.
  54.        OC<Space>                              19
  55.        FF<Space>                              DB
  56.        EB<Space>                              0D
  57.        1E<Return>                             -
  58.        w                                      writing XXXX bytes
  59.        q                                      DOS prompt
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 238
  76.   VERSION : 3.01x
  77.        OS : MS-DOS
  78.      DATE : March 13, 1986                               PAGE : 2/3
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  85.  
  86.        YOU TYPE                             THIS APPEARS
  87.  
  88.        DEBUG TURBO.COM<ENTER>                 -
  89.        e2C40                                  XXXX:2C40 E8.
  90.        24<Space>                              19
  91.        00<Space>                              DB
  92.        EB<Space>                              0D
  93.        1E<Return>                             -
  94.        w                                      writing XXXX bytes
  95.        q                                      DOS prompt
  96.  
  97.  
  98.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  99.  
  100.        YOU TYPE                              THIS APPEARS
  101.  
  102.        DEBUG TURBO-87.COM<ENTER>              -
  103.        e2709                                  XXXX:2709 E8.
  104.        0C<Space>                              50
  105.        FF<Space>                              E0
  106.        EB<Space>                              0D
  107.        1E<Return>                             -
  108.        w                                      writing XXXX bytes
  109.        q                                      DOS prompt
  110.  
  111.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  112.  
  113.        YOU TYPE                             THIS APPEARS
  114.  
  115.        DEBUG TURBO-87.COM<ENTER>              -
  116.        e2709                                  XXXX:2709 E8.
  117.        24<Space>                              50
  118.        00<Space>                              E0
  119.        EB<Space>                              0D
  120.        1E<Return>                             -
  121.        w                                      writing XXXX bytes
  122.        q                                      DOS prompt
  123.  
  124.   TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  125.  
  126.        YOU TYPE                              THIS APPEARS
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.   PRODUCT : TURBO PASCAL                               NUMBER : 238
  142.   VERSION : 3.01x
  143.        OS : MS-DOS
  144.      DATE : March 13, 1986                               PAGE : 3/3
  145.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  146.  
  147.  
  148.  
  149.  
  150.        DEBUG TURBOBCD.COM<ENTER>              -
  151.        e2B61                                  XXXX:2B61 E8.
  152.        OC<Space>                              F8
  153.        FF<Space>                              DB
  154.        EB<Space>                              0D
  155.        1E<Return>                             -
  156.        w                                      writing XXXX bytes
  157.        q                                      DOS prompt
  158.  
  159.  
  160.   TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  161.  
  162.        YOU TYPE                              THIS APPEARS
  163.  
  164.        DEBUG TURBOBCD.COM<ENTER>              -
  165.        e2B61                                  XXXX:2B61 E8.
  166.        24<Space>                              F8
  167.        00<Space>                              DB
  168.        EB<Space>                              0D
  169.        1E<Return>                             -
  170.        w                                      writing XXXX bytes
  171.        q                                      DOS prompt
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.